Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec

Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec
Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec

The Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec schema includes properties used to assess the compatibility of Supervisor version with a particular Cluster, Supervisor or list of Zones.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "cluster": "string",
    "supervisor": "string"
}
string
cluster
Optional

The cluster ID for which the compatibility of Supervisor version is being checked.

This property was added in vSphere API 9.0.0.0.

If missing or null, the field Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec.zones or Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec.supervisor should be specified.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
supervisor
Optional

The Supervisor ID for which the compatibility of Supervisor version is being checked.

This property was added in vSphere API 9.0.0.0.

If missing or null, the field Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec.cluster or Vcenter NamespaceManagement Software Supervisors Versions CheckCompatibilitySpec.zones should be specified.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.